First off, if this is against the rules, please let me know!
I want to be able to have items that are on my WL to be highlighted in some way if they are in NPC shops. Like a colored border or something, just so that they stand out in some way. I know how to add borders to items, but I can't figure out what part of the code (if any) I have to modify to make this happen.
When I pull up a WL item on the shop search, the code is as follows:
<center><div class='wl_item'><div><img id='Purple Derpy Puppy Plushie' name='wl_135509' src='http://img.subeta.net/items/plushie_derpypuppy_purple.gif' class='wishlist hover-item' style='width: 64px; height: 64px; ' data-tipped-options='ajax: { data: { itemid: 135509 } }'></div><div class='wl_plus wl' name='Purple Derpy Puppy Plushie' data-itemid='135509' data-action='remove'><small>- Wishlist</small></div></div><br />Search results for Purple Derpy Puppy Plushie<br />There are some in the <a href='/trade/search.php?action=find&type=2&keyword=Purple Derpy Puppy Plushie'>Trade Center</a>!<p></p><br /><br /><table class="ui table" cellspacing="0" cellpadding="2" style="width: 50%">
I tried messing with just the wl_item section, but that just gave every item on shop search a border, but didn't affect anything in the NPC shops.
Any help is greatly appreciated; thanks!